home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / os2 / te2_130t.arj / TE2INST.001 / Modems / MT932EC.INC < prev    next >
Text File  |  1994-03-28  |  762b  |  36 lines

  1. ; Multi-Tech MultiModem 932EC
  2. ;
  3. ; ONE TIME MODEM SETUP:  The first time you run TE/2, upon entering the
  4. ; program, type the following lines and press ENTER after each.  Then
  5. ; exit and restart TE/2.
  6. ;
  7. ;       AT&F
  8. ;       AT&E1&E4&E8&E10&E13&E15
  9. ;       AT$MB9600$SB19200$BA0&W0
  10. ;
  11. ; NOTES: Set ALL dialing directory entries to 19200 baud
  12. ;        Data compression is enabled via AT&E15
  13.  
  14. Baud          19200
  15. Parity        N
  16. WordLen       8
  17. StopBits      1
  18.  
  19. XonXoff       BOTH
  20. CtsRts        BOTH
  21. MatchBaud     FALSE
  22.  
  23. ModemInitStrg ATZ^M
  24. ModemDialStrg ATDT
  25. ModemDialSufx ^M
  26. ModemHangStrg ;
  27. DTRHangup     TRUE
  28.  
  29. Connect       CONNECT,19200
  30.  
  31. NoConnect     NO_DIALTONE
  32. NoConnect     NO_CARRIER
  33. NoConnect     BUSY
  34. NoConnect     VOICE
  35.  
  36.